﻿* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #2a6faa
}

ul,
ol {
	list-style: none;
}

img {
	border: none;
}



.container .title {
	padding-bottom: 10px;
	font-size: 36px;
	font-weight:bold;
	color: #2a6faa;
	text-align: center;
}

.container .desc {
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.news {
	padding: 10px 0 30px;
	width: 1210px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
}

.news li {
	float: left;
	width: 386px;
	margin-left: 20px;
	overflow: hidden;
}

.news li:first-child {
	margin-left: 0;
}

.news li h3 {
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

.news li h3 {
	overflow: hidden;
}

.news li h3 .iconfont {
	float: right;
	width: 22px;
	height: 22px;
	margin-right: -100px;
	font-size: 18px;
	line-height: 22px;
	color: #ccc;
	text-indent: 3px;
	border: 1px solid #ccc;
	border-radius: 50%;
	transition: all .2s;
}

.news li h3:hover a {
	color: #2a6faa;
}

.news li h3:hover .iconfont {
	margin-right: 0;
	color: #2a6faa;
	border-color: #2a6faa;
}

.news .news-item dt {
	width: 386px;
	height: 205px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 6px;
}

.news .news-item dt img {
	width: 100%;
	height: auto;
	transition: all .5s;
}

.news .news-item dt:hover img {
	transform: scale(1.05);
}

.news .news-item dt p {
	font-size: 14px;
	line-height: 58px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news .news-item dd {
	font-size: 14px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news .news-item dd a {
	transition: all .2s;
}

.news .news-item dd span {
	float: left;
	width: 50px;
	color: #999;
}